EventBufferConfig

data class EventBufferConfig(val capacity: Int = 64, val overflow: EventBufferOverflow = EventBufferOverflow.DROP_OLDEST)

Buffer settings for NamespaceSocket.events hot flows.

Constructors

Link copied to clipboard
constructor(capacity: Int = 64, overflow: EventBufferOverflow = EventBufferOverflow.DROP_OLDEST)

Properties

Link copied to clipboard
val capacity: Int = 64
Link copied to clipboard